home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / mipsABI / examples / sup / PORT / step06 / UNDEF / bcopy < prev    next >
Encoding:
Text File  |  1994-08-02  |  524 b   |  12 lines

  1. libc.h:extern void bcopy(const void *, void *, int);
  2. salloc.c: *    Changed to save length and use bcopy instead of strcpy.
  3. salloc.c:        bcopy(p, q, l);
  4. scm.c:        (void) bcopy (h->h_addr,(char *)&sin.sin_addr,h->h_length);
  5. scm.c:            (void) bcopy ((char *)&ifr->ifr_addr,(char *)&sin,sizeof(sin));
  6. scmio.c:            bcopy (data,bufptr->b_ptr,count);
  7. scmio.c:        bcopy (data,bp->b_data,count);
  8. scmio.c:        bcopy (data,bufptr,-count);
  9. scmio.c:        bcopy (bufptr,data,count);
  10. scmio.c:        bcopy (bufptr,data,bufcnt);
  11. scmio.c:    bcopy (bufptr,data,count);
  12.